home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TDOIMPORT / TDOIMPORT.txt
Encoding:
Text File  |  1996-04-05  |  8.8 KB  |  452 lines

  1. object DoImport: TDoImport
  2.   Left = 138
  3.   Top = 33
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Text File Import'
  7.   ClientHeight = 488
  8.   ClientWidth = 533
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object CheckBox1: TCheckBox
  18.     Left = 20
  19.     Top = 20
  20.     Width = 266
  21.     Height = 21
  22.     Caption = 'Import as preformatted text'
  23.     Font.Color = clMaroon
  24.     Font.Height = -17
  25.     Font.Name = 'System'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     State = cbChecked
  29.     TabOrder = 0
  30.     OnClick = CheckBox1Click
  31.   end
  32.   object CheckBox2: TCheckBox
  33.     Left = 20
  34.     Top = 55
  35.     Width = 266
  36.     Height = 21
  37.     Caption = 'Break at the end of each line'
  38.     Enabled = False
  39.     Font.Color = clMaroon
  40.     Font.Height = -17
  41.     Font.Name = 'System'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 1
  45.   end
  46.   object CheckBox3: TCheckBox
  47.     Left = 20
  48.     Top = 90
  49.     Width = 271
  50.     Height = 21
  51.     Caption = 'Break on blank lines'
  52.     Enabled = False
  53.     Font.Color = clMaroon
  54.     Font.Height = -17
  55.     Font.Name = 'System'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     TabOrder = 2
  59.   end
  60.   object GroupBox1: TGroupBox
  61.     Left = 5
  62.     Top = 130
  63.     Width = 521
  64.     Height = 351
  65.     Caption = 'Conversions'
  66.     Font.Color = clBlue
  67.     Font.Height = -17
  68.     Font.Name = 'System'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     TabOrder = 3
  72.     object Label1: TLabel
  73.       Left = 265
  74.       Top = 30
  75.       Width = 20
  76.       Height = 20
  77.       Caption = 'To'
  78.     end
  79.     object Label2: TLabel
  80.       Left = 265
  81.       Top = 65
  82.       Width = 20
  83.       Height = 20
  84.       Caption = 'To'
  85.     end
  86.     object Label3: TLabel
  87.       Left = 265
  88.       Top = 100
  89.       Width = 20
  90.       Height = 20
  91.       Caption = 'To'
  92.     end
  93.     object Label4: TLabel
  94.       Left = 265
  95.       Top = 135
  96.       Width = 20
  97.       Height = 20
  98.       Caption = 'To'
  99.     end
  100.     object Label5: TLabel
  101.       Left = 265
  102.       Top = 170
  103.       Width = 20
  104.       Height = 20
  105.       Caption = 'To'
  106.     end
  107.     object Label6: TLabel
  108.       Left = 265
  109.       Top = 205
  110.       Width = 20
  111.       Height = 20
  112.       Caption = 'To'
  113.     end
  114.     object Label7: TLabel
  115.       Left = 265
  116.       Top = 240
  117.       Width = 20
  118.       Height = 20
  119.       Caption = 'To'
  120.     end
  121.     object Label8: TLabel
  122.       Left = 265
  123.       Top = 275
  124.       Width = 20
  125.       Height = 20
  126.       Caption = 'To'
  127.     end
  128.     object Label9: TLabel
  129.       Left = 265
  130.       Top = 310
  131.       Width = 20
  132.       Height = 20
  133.       Caption = 'To'
  134.     end
  135.     object CheckBox4: TCheckBox
  136.       Left = 15
  137.       Top = 30
  138.       Width = 23
  139.       Height = 21
  140.       TabOrder = 0
  141.     end
  142.     object Edit1: TEdit
  143.       Left = 40
  144.       Top = 28
  145.       Width = 219
  146.       Height = 28
  147.       Font.Color = clMaroon
  148.       Font.Height = -17
  149.       Font.Name = 'System'
  150.       Font.Style = [fsBold]
  151.       ParentFont = False
  152.       TabOrder = 1
  153.     end
  154.     object Edit2: TEdit
  155.       Left = 293
  156.       Top = 28
  157.       Width = 218
  158.       Height = 28
  159.       Font.Color = clMaroon
  160.       Font.Height = -17
  161.       Font.Name = 'System'
  162.       Font.Style = [fsBold]
  163.       ParentFont = False
  164.       TabOrder = 2
  165.     end
  166.     object CheckBox5: TCheckBox
  167.       Left = 15
  168.       Top = 65
  169.       Width = 23
  170.       Height = 21
  171.       TabOrder = 3
  172.     end
  173.     object Edit3: TEdit
  174.       Left = 40
  175.       Top = 63
  176.       Width = 219
  177.       Height = 28
  178.       Font.Color = clMaroon
  179.       Font.Height = -17
  180.       Font.Name = 'System'
  181.       Font.Style = [fsBold]
  182.       ParentFont = False
  183.       TabOrder = 4
  184.     end
  185.     object Edit4: TEdit
  186.       Left = 293
  187.       Top = 63
  188.       Width = 218
  189.       Height = 28
  190.       Font.Color = clMaroon
  191.       Font.Height = -17
  192.       Font.Name = 'System'
  193.       Font.Style = [fsBold]
  194.       ParentFont = False
  195.       TabOrder = 5
  196.     end
  197.     object CheckBox6: TCheckBox
  198.       Left = 15
  199.       Top = 100
  200.       Width = 23
  201.       Height = 21
  202.       TabOrder = 6
  203.     end
  204.     object CheckBox7: TCheckBox
  205.       Left = 15
  206.       Top = 135
  207.       Width = 23
  208.       Height = 21
  209.       TabOrder = 7
  210.     end
  211.     object Edit5: TEdit
  212.       Left = 40
  213.       Top = 98
  214.       Width = 219
  215.       Height = 28
  216.       Font.Color = clMaroon
  217.       Font.Height = -17
  218.       Font.Name = 'System'
  219.       Font.Style = [fsBold]
  220.       ParentFont = False
  221.       TabOrder = 8
  222.     end
  223.     object Edit7: TEdit
  224.       Left = 40
  225.       Top = 133
  226.       Width = 219
  227.       Height = 28
  228.       Font.Color = clMaroon
  229.       Font.Height = -17
  230.       Font.Name = 'System'
  231.       Font.Style = [fsBold]
  232.       ParentFont = False
  233.       TabOrder = 9
  234.     end
  235.     object Edit6: TEdit
  236.       Left = 293
  237.       Top = 98
  238.       Width = 218
  239.       Height = 28
  240.       Font.Color = clMaroon
  241.       Font.Height = -17
  242.       Font.Name = 'System'
  243.       Font.Style = [fsBold]
  244.       ParentFont = False
  245.       TabOrder = 10
  246.     end
  247.     object Edit8: TEdit
  248.       Left = 293
  249.       Top = 133
  250.       Width = 218
  251.       Height = 28
  252.       Font.Color = clMaroon
  253.       Font.Height = -17
  254.       Font.Name = 'System'
  255.       Font.Style = [fsBold]
  256.       ParentFont = False
  257.       TabOrder = 11
  258.     end
  259.     object CheckBox8: TCheckBox
  260.       Left = 15
  261.       Top = 170
  262.       Width = 23
  263.       Height = 21
  264.       TabOrder = 12
  265.     end
  266.     object CheckBox9: TCheckBox
  267.       Left = 15
  268.       Top = 205
  269.       Width = 23
  270.       Height = 21
  271.       TabOrder = 13
  272.     end
  273.     object Edit9: TEdit
  274.       Left = 40
  275.       Top = 168
  276.       Width = 219
  277.       Height = 28
  278.       Font.Color = clMaroon
  279.       Font.Height = -17
  280.       Font.Name = 'System'
  281.       Font.Style = [fsBold]
  282.       ParentFont = False
  283.       TabOrder = 14
  284.     end
  285.     object Edit11: TEdit
  286.       Left = 40
  287.       Top = 203
  288.       Width = 219
  289.       Height = 28
  290.       Font.Color = clMaroon
  291.       Font.Height = -17
  292.       Font.Name = 'System'
  293.       Font.Style = [fsBold]
  294.       ParentFont = False
  295.       TabOrder = 15
  296.     end
  297.     object Edit10: TEdit
  298.       Left = 293
  299.       Top = 168
  300.       Width = 218
  301.       Height = 28
  302.       Font.Color = clMaroon
  303.       Font.Height = -17
  304.       Font.Name = 'System'
  305.       Font.Style = [fsBold]
  306.       ParentFont = False
  307.       TabOrder = 16
  308.     end
  309.     object Edit12: TEdit
  310.       Left = 293
  311.       Top = 203
  312.       Width = 218
  313.       Height = 28
  314.       Font.Color = clMaroon
  315.       Font.Height = -17
  316.       Font.Name = 'System'
  317.       Font.Style = [fsBold]
  318.       ParentFont = False
  319.       TabOrder = 17
  320.     end
  321.     object CheckBox10: TCheckBox
  322.       Left = 15
  323.       Top = 240
  324.       Width = 23
  325.       Height = 21
  326.       TabOrder = 18
  327.     end
  328.     object CheckBox11: TCheckBox
  329.       Left = 15
  330.       Top = 275
  331.       Width = 23
  332.       Height = 21
  333.       TabOrder = 19
  334.     end
  335.     object Edit13: TEdit
  336.       Left = 40
  337.       Top = 238
  338.       Width = 219
  339.       Height = 28
  340.       Font.Color = clMaroon
  341.       Font.Height = -17
  342.       Font.Name = 'System'
  343.       Font.Style = [fsBold]
  344.       ParentFont = False
  345.       TabOrder = 20
  346.     end
  347.     object Edit15: TEdit
  348.       Left = 40
  349.       Top = 273
  350.       Width = 219
  351.       Height = 28
  352.       Font.Color = clMaroon
  353.       Font.Height = -17
  354.       Font.Name = 'System'
  355.       Font.Style = [fsBold]
  356.       ParentFont = False
  357.       TabOrder = 21
  358.     end
  359.     object Edit14: TEdit
  360.       Left = 293
  361.       Top = 238
  362.       Width = 218
  363.       Height = 28
  364.       Font.Color = clMaroon
  365.       Font.Height = -17
  366.       Font.Name = 'System'
  367.       Font.Style = [fsBold]
  368.       ParentFont = False
  369.       TabOrder = 22
  370.     end
  371.     object Edit16: TEdit
  372.       Left = 293
  373.       Top = 273
  374.       Width = 218
  375.       Height = 28
  376.       Font.Color = clMaroon
  377.       Font.Height = -17
  378.       Font.Name = 'System'
  379.       Font.Style = [fsBold]
  380.       ParentFont = False
  381.       TabOrder = 23
  382.     end
  383.     object CheckBox12: TCheckBox
  384.       Left = 15
  385.       Top = 310
  386.       Width = 23
  387.       Height = 21
  388.       TabOrder = 24
  389.     end
  390.     object Edit17: TEdit
  391.       Left = 40
  392.       Top = 308
  393.       Width = 219
  394.       Height = 28
  395.       Font.Color = clMaroon
  396.       Font.Height = -17
  397.       Font.Name = 'System'
  398.       Font.Style = [fsBold]
  399.       ParentFont = False
  400.       TabOrder = 25
  401.     end
  402.     object Edit18: TEdit
  403.       Left = 293
  404.       Top = 308
  405.       Width = 218
  406.       Height = 28
  407.       Font.Color = clMaroon
  408.       Font.Height = -17
  409.       Font.Name = 'System'
  410.       Font.Style = [fsBold]
  411.       ParentFont = False
  412.       TabOrder = 26
  413.     end
  414.   end
  415.   object BitBtn1: TBitBtn
  416.     Left = 365
  417.     Top = 25
  418.     Width = 111
  419.     Height = 31
  420.     TabOrder = 4
  421.     OnClick = BitBtn1Click
  422.     Kind = bkOK
  423.   end
  424.   object BitBtn2: TBitBtn
  425.     Left = 365
  426.     Top = 75
  427.     Width = 111
  428.     Height = 31
  429.     TabOrder = 5
  430.     OnClick = BitBtn2Click
  431.     Kind = bkCancel
  432.   end
  433.   object TempEditor: TMemo
  434.     Left = 488
  435.     Top = 48
  436.     Width = 33
  437.     Height = 33
  438.     HideSelection = False
  439.     TabOrder = 6
  440.     Visible = False
  441.     WordWrap = False
  442.   end
  443.   object OpenDialog1: TOpenDialog
  444.     FileEditStyle = fsEdit
  445.     Filter = 
  446.       'Text Files (*.txt)|*.txt|Doc Files (*.doc)|*.doc|All Files (*.*)' +
  447.       '|*.*'
  448.     Left = 492
  449.     Top = 16
  450.   end
  451. end
  452.